home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource5 / 344_01 / mtxsolv.h < prev    next >
Text File  |  1991-05-29  |  276b  |  8 lines

  1. /*-----------------------------------------------------------------------
  2.    Main File : mtx.exe
  3.    File Name : mtxsolv.h
  4.  
  5.    Purpose - Public operations on a matrix
  6. -------------------------------------------------------------------------*/
  7. void solve_matrix(void);
  8.